Next | Prev | Up | Top | Contents | Index

Guaranteed-Rate I/O Basics

Guaranteed-rate I/O (GRIO) is applied on a file basis. The file must have these characteristics for any guarantee to be granted:

You can request either of two types of guarantee. A hard guarantee asks XFS and IRIX to subordinate all other considerations, including data integrity, to meet the guaranteed rate. A soft guarantee asks IRIX to make its best effort at the rate, accepting that error correction might cause glitches.

You can qualify either type of guarantee as being for Video On Demand (VOD), indicating a particular, special use of a striped volume. These three types of guarantee are discussed further in the following topics.

For information about using XFS, XLV, and how to prepare a real-time subvolume for GRIO, see the IRIX Admin: Disks and Filesystems manual (see "Other Useful Books" on page xxiii). For an example of how the grio_request() function is used, see the function starting in "Guaranteed-Rate Request".


Next | Prev | Up | Top | Contents | Index